recaptcha

Undocumented in source.

Members

Aliases

RCX
alias RCX = RecaptchaException
Undocumented in source.

Classes

RecaptchaException
class RecaptchaException

An exception type to distinguish exceptions thrown by this module.

Functions

recaptchaHTML
string recaptchaHTML(string publicKey, bool useSSL)

Generate HTML for reCAPTCHA

testRecaptcha
string testRecaptcha(string privateKey, string ip, string challenge, string response)

Check error returned by Recaptcha

verifyRecaptcha
bool verifyRecaptcha(string privateKey, string ip, string challenge, string response)

Check whether the answers entered by the users are correct

Variables

API_SECURE_URL
string API_SECURE_URL;
Undocumented in source.
API_URL
string API_URL;
Undocumented in source.
VERIFY_URL
string VERIFY_URL;
Undocumented in source.

Meta